home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import com.sun.java.swing.event.AncestorEvent;
- import com.sun.java.swing.event.AncestorListener;
-
- class JComboBox$1 implements AncestorListener {
- // $FF: synthetic field
- JComboBox this$0;
-
- public void ancestorAdded(AncestorEvent event) {
- this.this$0.hidePopup();
- }
-
- public void ancestorRemoved(AncestorEvent event) {
- this.this$0.hidePopup();
- }
-
- public void ancestorMoved(AncestorEvent event) {
- this.this$0.hidePopup();
- }
-
- // $FF: synthetic method
- JComboBox$1(JComboBox this$0) {
- this.this$0 = this$0;
- }
- }
-